home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Multimedia / GoldWave 5.08 / gwave508.exe / GoldWave.exe / 0 / RCDATA / TCHAINFORM / TCHAINFORM.txt < prev   
Encoding:
Text File  |  2004-06-10  |  2.9 KB  |  146 lines

  1. inherited ChainForm: TChainForm
  2.   Left = 271
  3.   Top = 193
  4.   Caption = 'Effect Chain Editor'
  5.   ClientHeight = 385
  6.   ClientWidth = 482
  7.   FormStyle = fsNormal
  8.   OnCloseQuery = FormCloseQuery
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   object ChainImage: TImage [0]
  12.     Left = 24
  13.     Top = 272
  14.     Width = 32
  15.     Height = 32
  16.     Enabled = False
  17.     Picture.Data = {<image000.ico>}
  18.     Visible = False
  19.   end
  20.   inherited ButtonOk: TButton
  21.     Left = 240
  22.     Top = 355
  23.     TabOrder = 9
  24.     OnClick = ButtonOkClick
  25.   end
  26.   inherited ButtonCancel: TButton
  27.     Left = 321
  28.     Top = 355
  29.     ModalResult = 0
  30.     TabOrder = 10
  31.     OnClick = ButtonCancelClick
  32.   end
  33.   inherited ButtonHelp: THelpButton
  34.     Left = 401
  35.     Top = 355
  36.     TabOrder = 11
  37.     HelpKey = 'tool_effectchaineditor'
  38.   end
  39.   inherited PresetGroup: TGroupBox
  40.     Left = 161
  41.     Top = 298
  42.     Caption = ' &Chains '
  43.     TabOrder = 7
  44.     inherited AddPreset: TBitton
  45.       Enabled = False
  46.     end
  47.   end
  48.   object ListLabel: TStaticText
  49.     Left = 5
  50.     Top = 9
  51.     Width = 229
  52.     Height = 17
  53.     AutoSize = False
  54.     Caption = 'All available effects:'
  55.     TabOrder = 0
  56.   end
  57.   object ChainWindow: TScrollBox
  58.     Left = 247
  59.     Top = 26
  60.     Width = 229
  61.     Height = 235
  62.     VertScrollBar.Margin = 40
  63.     VertScrollBar.Tracking = True
  64.     DragMode = dmAutomatic
  65.     Color = clWindow
  66.     ParentColor = False
  67.     TabOrder = 3
  68.     OnDragDrop = ChainWindowDragDrop
  69.     OnDragOver = ChainWindowDragOver
  70.   end
  71.   object ChainLabel: TStaticText
  72.     Left = 247
  73.     Top = 9
  74.     Width = 229
  75.     Height = 17
  76.     AutoSize = False
  77.     Caption = 'Effects currently in the chain:'
  78.     TabOrder = 2
  79.   end
  80.   object RemoveEffect: TButton
  81.     Left = 248
  82.     Top = 266
  83.     Width = 87
  84.     Height = 25
  85.     Caption = '<< Remove Last'
  86.     Enabled = False
  87.     TabOrder = 5
  88.     OnClick = RemoveEffectClick
  89.   end
  90.   object AddEffect: TButton
  91.     Left = 147
  92.     Top = 266
  93.     Width = 87
  94.     Height = 25
  95.     Caption = 'Add >>'
  96.     Enabled = False
  97.     TabOrder = 4
  98.     OnClick = AddEffectClick
  99.   end
  100.   object RemoveAll: TButton
  101.     Left = 401
  102.     Top = 266
  103.     Width = 75
  104.     Height = 25
  105.     Caption = 'Remove All'
  106.     Enabled = False
  107.     TabOrder = 6
  108.     OnClick = RemoveAllClick
  109.   end
  110.   inline EffectSelectFrame: TEffectSelectFrame
  111.     Left = 5
  112.     Top = 26
  113.     TabOrder = 1
  114.     inherited EffectList: TTreeView
  115.       OnChange = EffectListChange
  116.       OnDblClick = EffectListDblClick
  117.       OnMouseDown = EffectListMouseDown
  118.     end
  119.   end
  120.   inline Preview: TPreviewFrame
  121.     Left = 445
  122.     Top = 295
  123.     Width = 34
  124.     Height = 51
  125.     TabOrder = 8
  126.     inherited PreviewPlay: TBitton
  127.       Left = 2
  128.       Top = 8
  129.     end
  130.     inherited PreviewStop: TBitton
  131.       Left = 2
  132.       Top = 32
  133.     end
  134.     inherited PreviewActionList: TActionList
  135.       Left = 2
  136.       Top = 65515
  137.       inherited PreviewAction: TAction
  138.         OnExecute = PreviewPlayClick
  139.       end
  140.       inherited StopAction: TAction
  141.         OnExecute = PreviewStopClick
  142.       end
  143.     end
  144.   end
  145. end
  146.